home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / demos / quasrsql.zip / QUERY15.SQL < prev    next >
Text File  |  1991-10-26  |  101b  |  5 lines

  1. delete from spj where 'Rome' =
  2.   (select city from j where j.jno = spj.jno);
  3.  
  4. select * from spj;
  5.